Add Bug#
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:43:12 +0000 (09:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Mar 2011 16:43:12 +0000 (09:43 -0700)
src/ChangeLog

index 22f58edc140e7cc3d47c289b89c6b163a361be16..231306188efdf1a5d2ea08ee60fba3e9538a41d6 100644 (file)
@@ -7,7 +7,7 @@
        * lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int' overflow
        leading to a memory leak, possible in functions like
        load_charset_map_from_file that can allocate an unbounded number
-       of objects.
+       of objects (Bug#8318).
 
        * xmenu.c (set_frame_menubar): Use EMACS_UINT, not int, for indexes
        that could (at least in theory) be that large.